home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000168_news@watsun.cc.columbia.edu _Fri Jan 29 15:48:50 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA17137
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 29 Jan 1999 15:48:49 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA22288
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 29 Jan 1999 15:19:57 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: More questions on Data Acquisition / RS-232
  11. Date: 29 Jan 1999 20:19:49 GMT
  12. Organization: Columbia University
  13. Message-ID: <78t555$lo9$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <36B21135.42BA014A@uh.edu>, Jagan Annamalai  <jagan@uh.edu> wrote:
  17. : Hi,
  18. : I am trying to collect data from a Mass Spec ( RS-232, ASCII).
  19. : I downloaded MS-kermit. Connected the serial port on my PC to the
  20. : instrument with a new RS-232C cable and a null modem.
  21. : Started Kermit. Set port 1. set the baud rate to be same in both
  22. : computer and instrument. Parity none. 8 data bits. Typed the commands
  23. : given by Frank
  24. : log session test
  25. : input 200 qwer
  26. : (after 200 seconds get a message -- ? Timeout)
  27. : close session
  28. : The file test has been created. But no data has been collected in the
  29. : test file.
  30. : Any pointers as to what I might be doing wrong? (the instrument is not
  31. : sending out the data or the computer is not receiving it or Kermit is
  32. : not setup properly??)
  33. : Thanks a lot.
  34. : -Jagan
  35. When configuring a serial connection you always need to configure
  36.  
  37.   Port
  38.   Parity
  39.   Speed
  40.   Flow-control
  41.  
  42. it sounds like you did not configure the flow control to match
  43. between your device and your PC.
  44.  
  45.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  46.                  The Kermit Project * Columbia University
  47.               612 West 115th St #716 * New York, NY * 10025
  48.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org